 |
API Documentation
|
|
|
void rename(const nkMemory::StringView &oldName, const nkMemory::StringView &newName)
A render queue, where all items that have to be rendered are queued.
Definition: RenderQueue.h:15
RenderQueue * get(const nkMemory::StringView &name) const
Manages the render queues available in the component.
Definition: RenderQueueManager.h:14
RenderQueue * createOrRetrieve(const nkMemory::StringView &name)
RenderQueue * getByIndex(unsigned int index) const
void erase(const nkMemory::StringView &name)
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
static const nkMemory::StringView DEFAULT_RENDER_QUEUE
Name of the default base render queue of the component. This queue is used by default by all passes o...
Definition: RenderQueueManager.h:18
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7